ComponentOne Basic Library for WPF and Silverlight
RemoveRange Method (IOrderedSet<T>)


C1.WPF Namespace > IOrderedSet<T> Interface : RemoveRange Method
From element.
To element.
Removes a range of elements.
Syntax
'Declaration
 
Function RemoveRange( _
   ByVal from As T, _
   ByVal to As T _
) As System.Boolean
'Usage
 
Dim instance As IOrderedSet(Of T)
Dim from As T
Dim to As T
Dim value As System.Boolean
 
value = instance.RemoveRange(from, to)
System.bool RemoveRange( 
   T from,
   T to
)

Parameters

from
From element.
to
To element.
See Also

Reference

IOrderedSet<T> Interface
IOrderedSet<T> Members